升级到1012

chengzhenyu 8 年之前
父节点
当前提交
028060295d
共有 1 个文件被更改,包括 7 次插入7 次删除
  1. 7 7
      app/build.gradle

+ 7 - 7
app/build.gradle

@@ -20,8 +20,8 @@ android {
20 20
         applicationId "ai.pai.lensman"
21 21
         minSdkVersion MIN_SDK_VERSION as int
22 22
         targetSdkVersion TARGET_SDK_VERSION as int
23
-        versionCode 1011
24
-        versionName "1.0.11"
23
+        versionCode 1012
24
+        versionName "1.0.12"
25 25
         buildConfigField "boolean", "isTestMode", "true"
26 26
         manifestPlaceholders = [CHANNEL_NAME: "guanwang"]
27 27
     }
@@ -98,8 +98,8 @@ buildscript {
98 98
         classpath 'com.android.plugin.hotpatch:hotpatch:1.0.0'
99 99
     }
100 100
 }
101
-//apply plugin: 'plugin.hotpatch'
102
-//
103
-//hotpatch{
104
-//    includePackageDir='ai\\pai\\lensman'
105
-//}
101
+apply plugin: 'plugin.hotpatch'
102
+
103
+hotpatch{
104
+    includePackageDir='ai\\pai\\lensman'
105
+}